[INFO] cloning repository https://github.com/jhb123/cpal-audio-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jhb123/cpal-audio-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjhb123%2Fcpal-audio-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjhb123%2Fcpal-audio-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] af6314c66a7f90fe03d4ac0f18bb1004b6a4ef0a
[INFO] checking jhb123/cpal-audio-server against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjhb123%2Fcpal-audio-server" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/jhb123/cpal-audio-server
[INFO] finished tweaking git repo https://github.com/jhb123/cpal-audio-server
[INFO] tweaked toml for git repo https://github.com/jhb123/cpal-audio-server written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jhb123/cpal-audio-server on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jhb123/cpal-audio-server already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: toolchain
[INFO] [stderr] warning: `audio_server` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bf42cac920c9b4cc089d1042c20a2dbd3cecba66a22506bfc02f6a829b2920ae
[INFO] running `Command { std: "docker" "start" "bf42cac920c9b4cc089d1042c20a2dbd3cecba66a22506bfc02f6a829b2920ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf42cac920c9b4cc089d1042c20a2dbd3cecba66a22506bfc02f6a829b2920ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bf42cac920c9b4cc089d1042c20a2dbd3cecba66a22506bfc02f6a829b2920ae" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf42cac920c9b4cc089d1042c20a2dbd3cecba66a22506bfc02f6a829b2920ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bf42cac920c9b4cc089d1042c20a2dbd3cecba66a22506bfc02f6a829b2920ae" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: toolchain
[INFO] [stderr] warning: `audio_server` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling rustix v0.38.11
[INFO] [stderr]    Compiling linux-raw-sys v0.4.5
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling prettyplease v0.2.14
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling home v0.5.5
[INFO] [stderr]    Compiling fastrand v2.0.0
[INFO] [stderr]     Checking anstyle-parse v0.2.1
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking anstyle v1.0.2
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]     Checking smallvec v1.11.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stderr]     Checking anstream v0.5.0
[INFO] [stderr]     Checking clap_lex v0.5.1
[INFO] [stderr]    Compiling cpal v0.15.2
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking eio v0.1.2
[INFO] [stderr]     Checking clap_builder v4.4.2
[INFO] [stderr]     Checking ringbuf v0.3.3
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling syn v2.0.31
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking alsa v0.7.1
[INFO] [stderr]    Compiling tempfile v3.8.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]    Compiling prost-derive v0.12.0
[INFO] [stderr]    Compiling clap_derive v4.4.2
[INFO] [stderr]    Compiling prost v0.12.0
[INFO] [stderr]    Compiling prost-types v0.12.0
[INFO] [stderr]     Checking clap v4.4.2
[INFO] [stderr]    Compiling prost-build v0.12.0
[INFO] [stderr]    Compiling audio_server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(generic_const_exprs)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove one of these features
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0001`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `audio_server` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(generic_const_exprs)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove one of these features
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0001`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `audio_server` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "bf42cac920c9b4cc089d1042c20a2dbd3cecba66a22506bfc02f6a829b2920ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf42cac920c9b4cc089d1042c20a2dbd3cecba66a22506bfc02f6a829b2920ae", kill_on_drop: false }`
[INFO] [stdout] bf42cac920c9b4cc089d1042c20a2dbd3cecba66a22506bfc02f6a829b2920ae
